home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
mail
/
metamail
/
contrib
/
ServiceMail
/
src
/
services
/
echo.tcl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-05-07
|
227 b
|
10 lines
# directory - request the contents of the directory
#
# 16-Sept-92 weber@eitech.com created
#
# This service simply echos its inputs
proc echo {switches envelope inputs} {
return [mailout [turnaround $envelope] $inputs]
}